home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / Registrar Lite 4.01 / reglite.exe / {app} / rr.exe / 0 / RCDATA / TDATAEDITFORM / TDATAEDITFORM.txt
Text File  |  2005-11-07  |  33KB  |  885 lines

  1. object DataEditForm: TDataEditForm
  2.   Tag = 17
  3.   Left = 403
  4.   Top = 235
  5.   Width = 556
  6.   Height = 475
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   Caption = 'Data Editor'
  10.   Color = clBtnFace
  11.   DragKind = dkDock
  12.   DragMode = dmAutomatic
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = True
  20.   Position = poDefault
  21.   PrintScale = poPrintToFit
  22.   OnActivate = FormActivate
  23.   OnCanResize = FormCanResize
  24.   OnCreate = FormCreate
  25.   OnDestroy = FormDestroy
  26.   OnKeyDown = FormKeyDown
  27.   OnPaint = FormPaint
  28.   OnResize = FormResize
  29.   PixelsPerInch = 96
  30.   TextHeight = 13
  31.   object PanelMulti: TPanel
  32.     Left = 0
  33.     Top = 294
  34.     Width = 548
  35.     Height = 117
  36.     Align = alClient
  37.     BevelOuter = bvNone
  38.     BorderWidth = 8
  39.     TabOrder = 2
  40.     object MemoLines: TMemo
  41.       Left = 88
  42.       Top = 8
  43.       Width = 452
  44.       Height = 101
  45.       Align = alClient
  46.       ScrollBars = ssBoth
  47.       TabOrder = 0
  48.       WordWrap = False
  49.       OnChange = MemoLinesChange
  50.       OnKeyDown = MemoLinesKeyDown
  51.     end
  52.     object PanelLeftAlign: TPanel
  53.       Left = 8
  54.       Top = 8
  55.       Width = 80
  56.       Height = 101
  57.       Align = alLeft
  58.       BevelOuter = bvNone
  59.       TabOrder = 1
  60.       object Label11: TLabel
  61.         Left = -1
  62.         Top = 6
  63.         Width = 24
  64.         Height = 13
  65.         Caption = 'Text:'
  66.       end
  67.     end
  68.   end
  69.   object PanelBinary: TPanel
  70.     Left = 0
  71.     Top = 294
  72.     Width = 548
  73.     Height = 117
  74.     Align = alClient
  75.     BevelOuter = bvNone
  76.     BorderWidth = 8
  77.     TabOrder = 4
  78.     DesignSize = (
  79.       548
  80.       117)
  81.     object LabelText: TLabel
  82.       Left = 475
  83.       Top = 5
  84.       Width = 24
  85.       Height = 13
  86.       Caption = 'Text:'
  87.     end
  88.     object LabelData: TLabel
  89.       Left = 223
  90.       Top = 5
  91.       Width = 52
  92.       Height = 13
  93.       Caption = 'Data (hex):'
  94.     end
  95.     object LabelOffset: TLabel
  96.       Left = 87
  97.       Top = 5
  98.       Width = 57
  99.       Height = 13
  100.       Caption = 'Offset (hex):'
  101.     end
  102.     object Label10: TLabel
  103.       Left = 7
  104.       Top = 26
  105.       Width = 54
  106.       Height = 13
  107.       Caption = 'Value data:'
  108.     end
  109.     object MemoChar: TRspMemo
  110.       Left = 444
  111.       Top = 22
  112.       Width = 69
  113.       Height = 207
  114.       Anchors = [akLeft, akTop, akBottom]
  115.       Font.Charset = ANSI_CHARSET
  116.       Font.Color = clWindowText
  117.       Font.Height = -12
  118.       Font.Name = 'Courier New'
  119.       Font.Style = []
  120.       ParentFont = False
  121.       ReadOnly = True
  122.       TabOrder = 2
  123.       WantReturns = False
  124.       OnEnter = MemoCharEnter
  125.       OnKeyPress = MemoCharKeyPress
  126.       OnKeyUp = EditKeyNameKeyUp
  127.       OnMouseMove = MemoCharMouseMove
  128.       OnScroll = MemoCharScroll
  129.     end
  130.     object MemoBin: TRspMemo
  131.       Left = 220
  132.       Top = 22
  133.       Width = 191
  134.       Height = 207
  135.       Anchors = [akLeft, akTop, akBottom]
  136.       Font.Charset = ANSI_CHARSET
  137.       Font.Color = clWindowText
  138.       Font.Height = -12
  139.       Font.Name = 'Courier New'
  140.       Font.Style = []
  141.       ParentFont = False
  142.       ReadOnly = True
  143.       ScrollBars = ssVertical
  144.       TabOrder = 1
  145.       OnChange = MemoBinChange
  146.       OnKeyDown = MemoBinKeyDown
  147.       OnKeyPress = MemoBinKeyPress
  148.       OnKeyUp = MemoBinKeyUp
  149.       OnMouseDown = MemoBinMouseDown
  150.       OnMouseUp = MemoBinMouseUp
  151.       OnScroll = MemoBinScroll
  152.     end
  153.     object MemoOffset: TRspMemo
  154.       Left = 88
  155.       Top = 22
  156.       Width = 49
  157.       Height = 207
  158.       Anchors = [akLeft, akTop, akBottom]
  159.       Font.Charset = ANSI_CHARSET
  160.       Font.Color = clWindowText
  161.       Font.Height = -12
  162.       Font.Name = 'Courier New'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       ReadOnly = True
  166.       TabOrder = 0
  167.       OnEnter = MemoOffsetEnter
  168.       OnKeyUp = EditKeyNameKeyUp
  169.       OnMouseMove = MemoOffsetMouseMove
  170.       OnScroll = MemoOffsetScroll
  171.     end
  172.   end
  173.   object PanelDword: TPanel
  174.     Left = 0
  175.     Top = 214
  176.     Width = 548
  177.     Height = 80
  178.     Align = alTop
  179.     Alignment = taRightJustify
  180.     BevelOuter = bvNone
  181.     BorderWidth = 8
  182.     TabOrder = 3
  183.     DesignSize = (
  184.       548
  185.       80)
  186.     object LabelDec: TLabel
  187.       Left = 7
  188.       Top = 8
  189.       Width = 41
  190.       Height = 13
  191.       Caption = 'Decimal:'
  192.     end
  193.     object LabelHex: TLabel
  194.       Left = 7
  195.       Top = 31
  196.       Width = 64
  197.       Height = 13
  198.       Caption = 'Hexadecimal:'
  199.     end
  200.     object LabelBinary: TLabel
  201.       Left = 7
  202.       Top = 54
  203.       Width = 32
  204.       Height = 13
  205.       Caption = 'Binary:'
  206.     end
  207.     object SpinEditNum: TRspSpinEdit
  208.       Left = 88
  209.       Top = 4
  210.       Width = 106
  211.       Height = 22
  212.       Anchors = [akLeft, akTop, akRight]
  213.       Base = 10
  214.       MaxValue = 2147483647
  215.       MinValue = -2147483648
  216.       MinDigits = 0
  217.       TabOrder = 0
  218.       WrapValue = False
  219.       OnChange = SpinEditNumChange
  220.       OnExit = SpinEditNumExit
  221.       OnKeyUp = EditKeyNameKeyUp
  222.     end
  223.     object SpinEditHex: TRspSpinEdit
  224.       Left = 88
  225.       Top = 27
  226.       Width = 106
  227.       Height = 22
  228.       Anchors = [akLeft, akTop, akRight]
  229.       Base = 16
  230.       MaxValue = 4294967295
  231.       MinDigits = 8
  232.       TabOrder = 1
  233.       WrapValue = True
  234.       OnChange = SpinEditHexChange
  235.       OnExit = SpinEditHexExit
  236.       OnKeyUp = EditKeyNameKeyUp
  237.     end
  238.     object SpinEditBin: TRspSpinEdit
  239.       Left = 88
  240.       Top = 50
  241.       Width = 282
  242.       Height = 22
  243.       Anchors = [akLeft, akTop, akRight]
  244.       Base = 2
  245.       MaxValue = 4294967295
  246.       MinDigits = 32
  247.       TabOrder = 2
  248.       WrapValue = True
  249.       OnChange = SpinEditBinChange
  250.       OnExit = SpinEditBinExit
  251.       OnKeyUp = EditKeyNameKeyUp
  252.     end
  253.   end
  254.   object PanelString: TPanel
  255.     Left = 0
  256.     Top = 177
  257.     Width = 548
  258.     Height = 37
  259.     Align = alTop
  260.     BevelOuter = bvNone
  261.     TabOrder = 1
  262.     DesignSize = (
  263.       548
  264.       37)
  265.     object LabelCurrentValue: TLabel
  266.       Left = 7
  267.       Top = 8
  268.       Width = 30
  269.       Height = 13
  270.       Caption = 'Value:'
  271.     end
  272.     object EditString: TEdit
  273.       Left = 88
  274.       Top = 2
  275.       Width = 438
  276.       Height = 21
  277.       Anchors = [akLeft, akTop, akRight]
  278.       TabOrder = 0
  279.       Text = 'EditString'
  280.       OnChange = EditStringChange
  281.       OnEnter = EditStringEnter
  282.       OnKeyUp = EditKeyNameKeyUp
  283.     end
  284.   end
  285.   object PanelKey: TPanel
  286.     Left = 0
  287.     Top = 0
  288.     Width = 548
  289.     Height = 177
  290.     Align = alTop
  291.     BevelOuter = bvNone
  292.     BorderWidth = 8
  293.     TabOrder = 0
  294.     DesignSize = (
  295.       548
  296.       177)
  297.     object Label1: TLabel
  298.       Left = 7
  299.       Top = 8
  300.       Width = 47
  301.       Height = 13
  302.       Caption = 'Keyname:'
  303.     end
  304.     object Label2: TLabel
  305.       Left = 7
  306.       Top = 32
  307.       Width = 59
  308.       Height = 13
  309.       Caption = 'Value name:'
  310.     end
  311.     object Label6: TLabel
  312.       Left = 7
  313.       Top = 138
  314.       Width = 27
  315.       Height = 13
  316.       Caption = 'Type:'
  317.     end
  318.     object Label7: TLabel
  319.       Left = 7
  320.       Top = 162
  321.       Width = 23
  322.       Height = 13
  323.       Caption = 'Size:'
  324.     end
  325.     object Label8: TLabel
  326.       Left = 7
  327.       Top = 76
  328.       Width = 56
  329.       Height = 13
  330.       Caption = 'Description:'
  331.     end
  332.     object Label9: TLabel
  333.       Left = 7
  334.       Top = 54
  335.       Width = 45
  336.       Height = 13
  337.       Caption = 'Category:'
  338.     end
  339.     object LabelTypeNo: TLabel
  340.       Left = 397
  341.       Top = 138
  342.       Width = 45
  343.       Height = 13
  344.       Anchors = [akTop, akRight]
  345.       Caption = 'Type no.:'
  346.     end
  347.     object EditKeyName: TEdit
  348.       Left = 88
  349.       Top = 4
  350.       Width = 438
  351.       Height = 21
  352.       Anchors = [akLeft, akTop, akRight]
  353.       ReadOnly = True
  354.       TabOrder = 0
  355.       OnKeyUp = EditKeyNameKeyUp
  356.     end
  357.     object EditValueName: TEdit
  358.       Left = 88
  359.       Top = 27
  360.       Width = 438
  361.       Height = 21
  362.       Anchors = [akLeft, akTop, akRight]
  363.       TabOrder = 1
  364.       OnChange = EditValueNameChange
  365.       OnEnter = EditValueNameEnter
  366.       OnExit = EditValueNameExit
  367.       OnKeyUp = EditKeyNameKeyUp
  368.     end
  369.     object ComboBoxType: TComboBox
  370.       Left = 88
  371.       Top = 134
  372.       Width = 303
  373.       Height = 21
  374.       Style = csDropDownList
  375.       Anchors = [akLeft, akTop, akRight]
  376.       ItemHeight = 13
  377.       TabOrder = 4
  378.       OnChange = ComboBoxTypeChange
  379.       OnClick = ComboBoxTypeClick
  380.       OnKeyUp = EditKeyNameKeyUp
  381.     end
  382.     object EditSize: TEdit
  383.       Left = 88
  384.       Top = 157
  385.       Width = 438
  386.       Height = 21
  387.       Anchors = [akLeft, akTop, akRight]
  388.       ReadOnly = True
  389.       TabOrder = 6
  390.       OnKeyUp = EditKeyNameKeyUp
  391.     end
  392.     object MemoDescription: TMemo
  393.       Left = 88
  394.       Top = 72
  395.       Width = 438
  396.       Height = 61
  397.       Anchors = [akLeft, akTop, akRight]
  398.       ReadOnly = True
  399.       ScrollBars = ssVertical
  400.       TabOrder = 3
  401.       OnKeyUp = EditKeyNameKeyUp
  402.     end
  403.     object EditCategory: TEdit
  404.       Left = 88
  405.       Top = 49
  406.       Width = 438
  407.       Height = 21
  408.       Anchors = [akLeft, akTop, akRight]
  409.       ReadOnly = True
  410.       TabOrder = 2
  411.       OnKeyUp = EditKeyNameKeyUp
  412.     end
  413.     object SpinEditType: TRspSpinEdit
  414.       Left = 446
  415.       Top = 134
  416.       Width = 80
  417.       Height = 22
  418.       Anchors = [akTop, akRight]
  419.       Base = 16
  420.       MaxValue = 4294967295
  421.       MinDigits = 8
  422.       TabOrder = 5
  423.       WrapValue = True
  424.       OnChange = SpinEditTypeChange
  425.       OnKeyUp = EditKeyNameKeyUp
  426.     end
  427.   end
  428.   object CoolbarDataEditor: TCoolBar
  429.     Left = 0
  430.     Top = 411
  431.     Width = 548
  432.     Height = 30
  433.     Align = alBottom
  434.     AutoSize = True
  435.     Bands = <
  436.       item
  437.         Control = ToolBar1
  438.         ImageIndex = -1
  439.         MinHeight = 30
  440.         Width = 548
  441.       end>
  442.     EdgeInner = esNone
  443.     EdgeOuter = esNone
  444.     object ToolBar1: TToolBar
  445.       Tag = 2
  446.       Left = 9
  447.       Top = 0
  448.       Width = 368
  449.       Height = 30
  450.       Align = alNone
  451.       AutoSize = True
  452.       ButtonHeight = 30
  453.       ButtonWidth = 31
  454.       Caption = 'ToolBarButtons'
  455.       DisabledImages = MainForm.ImageListToolbarDisabled
  456.       EdgeBorders = []
  457.       EdgeInner = esNone
  458.       EdgeOuter = esNone
  459.       Flat = True
  460.       HideClippedButtons = True
  461.       HotImages = MainForm.ImageListSaturated
  462.       Images = MainForm.ImageListToolbar
  463.       ParentShowHint = False
  464.       ShowHint = True
  465.       TabOrder = 0
  466.       Transparent = False
  467.       Wrapable = False
  468.       object ButtonOk: TSpeedButton
  469.         Left = 0
  470.         Top = 0
  471.         Width = 61
  472.         Height = 30
  473.         Caption = 'Ok'
  474.         Flat = True
  475.         Transparent = False
  476.         OnClick = ButtonOkClick
  477.       end
  478.       object ToolButton6: TToolButton
  479.         Left = 61
  480.         Top = 0
  481.         Width = 8
  482.         Caption = 'ToolButton3'
  483.         ImageIndex = 7
  484.         Style = tbsSeparator
  485.       end
  486.       object ButtonCancel: TSpeedButton
  487.         Left = 69
  488.         Top = 0
  489.         Width = 64
  490.         Height = 30
  491.         Caption = 'Cancel'
  492.         Flat = True
  493.         Transparent = False
  494.         OnClick = ButtonCancelClick
  495.       end
  496.       object ToolButton4: TToolButton
  497.         Left = 133
  498.         Top = 0
  499.         Width = 8
  500.         Caption = 'ToolButton1'
  501.         ImageIndex = 7
  502.         Style = tbsSeparator
  503.       end
  504.       object ButtonApply: TSpeedButton
  505.         Left = 141
  506.         Top = 0
  507.         Width = 64
  508.         Height = 30
  509.         Caption = '&Apply'
  510.         Flat = True
  511.         Transparent = False
  512.         OnClick = ButtonApplyClick
  513.       end
  514.       object ButtonImport: TToolButton
  515.         Left = 205
  516.         Top = 0
  517.         Hint = 'Import data...'
  518.         Caption = 'ButtonImport'
  519.         ImageIndex = 23
  520.         OnClick = ButtonImportClick
  521.       end
  522.       object ButtonExport: TToolButton
  523.         Left = 236
  524.         Top = 0
  525.         Hint = 'Export data...'
  526.         Caption = 'ButtonExport'
  527.         ImageIndex = 24
  528.         OnClick = ButtonExportClick
  529.       end
  530.       object ToolButton7: TToolButton
  531.         Left = 267
  532.         Top = 0
  533.         Width = 8
  534.         Caption = 'ToolButton7'
  535.         ImageIndex = 18
  536.         Style = tbsSeparator
  537.       end
  538.       object ButtonCalculator: TToolButton
  539.         Left = 275
  540.         Top = 0
  541.         Hint = 'Calculator'
  542.         Caption = 'ButtonCalculator'
  543.         ImageIndex = 31
  544.         OnClick = ButtonCalculatorClick
  545.       end
  546.       object ButtonStayOnTop: TToolButton
  547.         Left = 306
  548.         Top = 0
  549.         Hint = 'Stay on top'
  550.         Caption = 'ButtonStayOnTop'
  551.         Down = True
  552.         ImageIndex = 16
  553.         Style = tbsCheck
  554.         OnClick = ButtonStayOnTopClick
  555.       end
  556.       object ButtonHelp: TToolButton
  557.         Left = 337
  558.         Top = 0
  559.         Hint = 'Help'
  560.         HelpType = htKeyword
  561.         Caption = 'ButtonHelp'
  562.         ImageIndex = 17
  563.         OnClick = ButtonHelpClick
  564.       end
  565.     end
  566.   end
  567.   object ImageListOptions: TImageList
  568.     Left = 508
  569.     Top = 238
  570.     Bitmap = {
  571.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  572.       0000000000003600000028000000400000002000000001002000000000000020
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000000000000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       0000000000000000000000000000000000000000000000000000000000000000
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       0000000000000000000000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       0000000000000000000000000000000000000000000000000000000000000000
  643.       0000000000000000000000000000000000000000000000000000000000000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000000000000000000000000000000000000000000000000000000000000000
  653.       0000000000000000000000000000000000000000000000000000000000000000
  654.       0000000000000000000000000000000000000000000000000000000000000000
  655.       0000000000000000000000000000000000000000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       0000000000000000000000000000000000000000000000000000000000000000
  658.       0000000000000000000000000000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000000000000000
  691.       0000000000000000000000000000000000000000000000000000000000000000
  692.       0000000000000000000000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       0000000000000000000000000000000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       0000000000000000000000000000000000000000000000000000000000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000000000000000000000000
  701.       0000000000000000000000000000000000000000000000000000000000000000
  702.       0000000000000000000000000000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       0000000000000000000000000000000000000000000000000000000000000000
  706.       0000000000000000000000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000000000000000000000000
  709.       0000000000000000000000000000000000000000000000000000000000000000
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       0000000000000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       0000000000000000000000000000000000000000000000000000008484000084
  720.       8400000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000084840000000000000000000000000000000000000000000000
  722.       0000000000000000000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000008484000084
  726.       8400008484000084840000848400008484000084840000848400008484000000
  727.       0000000000000000000000000000000000000000000000000000008484000084
  728.       8400000000000000000000000000000000000000000000000000000000000000
  729.       0000000000000084840000000000000000008484000084840000840000008400
  730.       0000840000008400000084000000840000008400000084000000840000008400
  731.       0000840000008400000084000000000000000000000000000000000000000000
  732.       0000000000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000000FFFF00000000000084
  734.       8400008484000084840000848400008484000084840000848400008484000084
  735.       8400000000000000000000000000000000000000000000000000008484000084
  736.       8400000000000000000000000000000000000000000000000000000000000000
  737.       00000000000000848400000000000000000084840000FFFFFF00848400008484
  738.       0000848400008484000084840000848400008484000084840000848400008484
  739.       0000848400008484000084000000000000000000000000000000000000000000
  740.       0000000000000000000000000000000000000000000000000000000000000000
  741.       00000000000000000000000000000000000000000000FFFFFF0000FFFF000000
  742.       0000008484000084840000848400008484000084840000848400008484000084
  743.       8400008484000000000000000000000000000000000000000000008484000084
  744.       8400000000000000000000000000000000000000000000000000000000000000
  745.       00000000000000848400000000000000000084840000FFFF0000848400000000
  746.       0000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF
  747.       FF00000000000000000084000000000000000000000000000000000000000000
  748.       0000000000000000000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  750.       FF00000000000084840000848400008484000084840000848400008484000084
  751.       8400008484000084840000000000000000000000000000000000008484000084
  752.       8400008484000084840000848400008484000084840000848400008484000084
  753.       84000084840000848400000000000000000084840000FFFFFF00848400008484
  754.       0000848400008484000084840000848400008484000084840000848400008484
  755.       0000848400008484000084000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  758.       FF0000FFFF000000000000000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000008484000084
  760.       8400000000000000000000000000000000000000000000000000000000000000
  761.       00000084840000848400000000000000000084840000FFFF0000848400000000
  762.       0000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF000000
  763.       0000FFFFFF000000000084000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  766.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
  767.       0000000000000000000000000000000000000000000000000000008484000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       00000000000000848400000000000000000084840000FFFFFF00848400008484
  770.       0000848400008484000084840000848400008484000084840000848400008484
  771.       0000848400008484000084000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  774.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
  775.       0000000000000000000000000000000000000000000000000000008484000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       00000000000000848400000000000000000084840000FFFF0000000000000000
  778.       0000000000000000000000000000000000000000000000000000848400008484
  779.       0000848400008484000084000000000000000000000000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  782.       FF00000000000000000000000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000008484000000
  784.       0000000000000000000000000000000000000000000000000000000000000000
  785.       00000000000000848400000000000000000084840000FFFFFF0000000000FFFF
  786.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000848400008484
  787.       0000848400008484000084000000000000000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000008484000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       00000000000000848400000000000000000084840000FFFF0000000000000000
  794.       0000000000000000000000000000000000000000000000000000848400008484
  795.       0000848400008484000084000000000000000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000000000000000000000000
  797.       0000000000000000000000000000000000000000000000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000008484000000
  800.       0000000000000000000000000000000000000000000000000000000000000000
  801.       00000000000000000000000000000000000084840000FFFFFF00FFFF0000FFFF
  802.       FF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF
  803.       FF00FFFF0000FFFFFF0084840000000000000000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000008484000000
  808.       0000000000000000000000000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000000000000084840000848400008484
  810.       0000848400008484000084840000848400008484000084840000848400008484
  811.       0000848400008484000084840000000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       0000000000000000000000000000000000000000000000000000000000000000
  817.       0000000000000000000000000000000000000000000000000000000000000000
  818.       0000000000000000000000000000000000000000000000000000000000000000
  819.       0000000000000000000000000000000000000000000000000000000000000000
  820.       0000000000000000000000000000000000000000000000000000000000000000
  821.       0000000000000000000000000000000000000000000000000000000000000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000000000000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       0000000000000000000000000000000000000000000000000000000000000000
  827.       0000000000000000000000000000000000000000000000000000000000000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       000000000000000000000000000000000000424D3E000000000000003E000000
  830.       2800000040000000200000000100010000000000000100000000000000000000
  831.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  832.       0000000000000000000000000000000000000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       00000000000000000000000000000000FFFFFFFFFFFF0000FFFFC001FFFF0000
  836.       001F803180010000000F80310000000000078031000000000003800100080000
  837.       00018001000000000000800100000000001F8FF100000000001F8FF11FC00000
  838.       001F8FF1004000008FF18FF100000000FFF98FF100000000FF758FF580010000
  839.       FF8F8001FFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
  840.       000000000000}
  841.   end
  842.   object OpenDialogDataEdit: TOpenDialog
  843.     Options = [ofReadOnly, ofEnableSizing]
  844.     Left = 444
  845.     Top = 218
  846.   end
  847.   object PopupMenuImport: TPopupMenu
  848.     Images = ImageListOptions
  849.     Left = 258
  850.     Top = 202
  851.     object optImportData: TMenuItem
  852.       Caption = '&Import data'
  853.       ImageIndex = 0
  854.     end
  855.   end
  856.   object PopupMenuDataEditorToolbar: TPopupMenu
  857.     Left = 336
  858.     Top = 197
  859.     object mmToolbarDataEditorAtBottom: TMenuItem
  860.       Caption = 'Toolbar at bottom'
  861.       Checked = True
  862.       OnClick = mmToolbarDataEditorAtBottomClick
  863.     end
  864.   end
  865.   object ActionListDataEdit: TActionList
  866.     Left = 336
  867.     Top = 272
  868.     object ActionHelp: TAction
  869.       Caption = 'ActionHelp'
  870.       ShortCut = 112
  871.       OnExecute = ActionHelpExecute
  872.     end
  873.     object ActionRefresh: TAction
  874.       Caption = 'ActionRefresh'
  875.       ShortCut = 116
  876.       OnExecute = ActionRefreshExecute
  877.     end
  878.   end
  879.   object SaveDialogDataEdit: TSaveDialog
  880.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  881.     Left = 416
  882.     Top = 264
  883.   end
  884. end
  885.